﻿@charset "utf-8";
.gg-tit {
    line-height: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 45px;
}

.gg-tit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #d2d2d2;
    width: 100%;
    z-index: 1;
}

.gg-tit h2 {
    float: left;
    font-size: 30px;
    color: #000;
    padding-right: 20px;
    background: #fff;
    position: relative;
    z-index: 9;
    font-weight: normal;
}

.gg-tit a {
    float: right;
    position: relative;
    z-index: 9;
    width: 88px;
    height: 28px;
    border: 1px solid #8f000b;
    color: #8f000b;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    background: #fff;
}

.section1 {
   padding-top:40px;
    padding-bottom:75px;
   
    background: #f6f6f6 url(../xwyimages/s1-bj.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.s1-l {
    float: left;
    width: 600px;
    padding: 15px;
    padding-right: 0;
    background: url(../xwyimages/s1-lbj.jpg) no-repeat;
    background-size: 100% 100%;
}

.s1-r {
    overflow: hidden;
    padding-left: 30px;
}

.s1-l li a {
    position: relative;
    display: block;
}

.s1-pic.pic {
    padding-top: 67.5%;
}

.s1-linfo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 20px 25px 35px 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.86);
}

.s1-linfo h3 {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.s1-l .slick-dots {
    text-align: center;
    font-size: 0;
    bottom: 11px;
}

.s1-l .slick-dots li {
    width: 11px;
    height: 11px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    margin: 0 10px;
    font-size: 0;
}

.s1-l .slick-dots li button {
    display: none;
}

.s1-l .slick-dots li.slick-active {
    background: #8f000b;
}

.i-list li {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    padding-right: 70px;
    padding: 12px 70px 13px 15px;
    border-bottom: 1px solid #ddd;
}

.i-list li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    left: 2px;
    top: 50%;
    margin-top: -2px;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.i-list li a:hover {
    color: #9b0108;
}

.i-list li span {
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 12px;
    color: #919191;
}

.section2 {
    padding: 50px 0 90px 0;
    background: url(../xwyimages/s2-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.s2-tt {
    padding: 0 50px;
}

.s2-tt li {
    font-size: 0;
    line-height: 36px;
    color: #c2aa8c;
    cursor: pointer;
    text-align: center;
}

.s2-tt li div {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px dashed #c2aa8c;
    border-radius: 50%;
    text-align: center;
}

.s2-tt li div img {
    display: inline-block;
    vertical-align: middle;
}

.s2-tt li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-left: 15px;
    position: relative;
    padding-right: 15px;
}

.s2-tt li span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 26px;
    margin-top: -13px;
    background: #d2d2d2;
}

.s2-tt li:last-child span::after {
    content: none;
}

.s2-tt li div img.s2-timg2 {
    display: none;
}

.s2-tt li.slick-current{
    color: #70181d;
}

.s2-tt li.slick-current>div {
    background: #70181d;
    border-color: #70181d;
}

.s2-tt li.slick-current img {
    display: none;
}

.s2-tt li.slick-current img.s2-timg2 {
    display: inline-block;
}

.s2-m ul {
    overflow: hidden;
}

.s2-m ul li {
    float: left;
    width: 32%;
    border-radius: 5px;
    padding-left: 6px;
    padding-top: 6px;
    box-sizing: border-box;
    position: relative;
    margin-top: 50px;
}

.s2-m ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 6px;
    right: 6px;
    border: 1px solid #c3ab89;
    border-radius: 5px;
    z-index: 1;
}

.s2-m ul li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}

.s2-m ul li a {
    display: block;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #c3ab89;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    background: #fff;
}

.s2-m ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../xwyimages/s2-libj.png) no-repeat;
    background-position: right bottom;
}

.s2-date {
    float: left;
    width: 50px;
    padding-right: 10px;
    text-align: right;
    color: #c3ab89;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 9;
}

.s2-date>span {
    display: block;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 15px;
}

.s2-date>p {
    font-size: 14px;
    line-height: 23px;
}

.s2-date>p>span {
    display: block;
    font-size: 12px;
    background: url(../xwyimages/s2-riqi.png) no-repeat;
    background-position: left center;
}

.s2-info {
    overflow: hidden;
    padding-left: 15px;
    border-left: 1px solid #c3ab89;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 9;
}

.s2-info h3 {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s2-info p {
    color: #666666;
    color: rgba(102, 102, 102, 0.58);
    font-size: 14px;
    line-height: 23px;
    padding-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height:46px;
}

.s2-m ul li:hover a {
    background: #70181d;
    background: linear-gradient(to right, #6b151a, #96282f);
    box-shadow: 7px 7px 7px rgba(106, 20, 23, 0.44);
}

.s2-m ul li:hover a::after {
    background: url(../xwyimages/s2-libj2.png) no-repeat;
    background-position: right bottom;
    background-position-x: right;
    background-position-y: bottom;
}

.s2-m ul li:hover .s2-date {
    color: #fff;
}

.s2-m ul li:hover .s2-info h3 {
    color: #fff;
}

.s2-m ul li:hover .s2-info p {
    color: #fff;
    color: rgba(255, 255, 255, 0.58);
}

.s2-m ul li:hover .s2-date>p>span {
    background: url(../xwyimages/s2-riqi-hover.png) no-repeat;
    background-position: left center;
}

.section3 {
    padding-top: 90px;
    position: relative;
}

.section3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 723px;
    background: #611216;
}

.s3-tl {
    float: left;
    width: 50%;
}

.s3-tl li {
    float: left;
    width: 50%;
}

.s3-tr {
    float: left;
    width: 50%;
}

.s3-tr a {
    padding-top: 73.714%;
    display: block;
    position: relative;
}

.s3-tr a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    width: 100%;
}

.s3-btm {
    clear: both;
}

.s3-c ul.s3-btm li {
    float: left;
    width: 25%;
    padding-top: 18.425%;
}

.s3-c ul {
    overflow: hidden;
}

.s3-c ul li {
    padding-top: 36.85%;
    position: relative;
}

.s3-c ul li a {
position: absolute;
    left: 0;
    top: 0;
    /* display: table; */
    width: 100%;
    /* height: 100%; */
    top: 50%;
    transform: translateY(-50%);
}

.s3-c ul li a>div {
   
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}

.s3-c ul li a>div img {
    display: block;
    margin: 0 auto;
    max-width: 25%;
}

.s3-c ul li a>div p {
    font-size: 24px;
    margin: 10px 0 5px 0;
}

.s3-c ul li a>div span {
    display: block;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s3-li1 {
    background: #8b7979;
}

.s3-li2 {
    background: url(../xwyimages/s3-li2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.s3-li3 {
    background: url(../xwyimages/s3-li3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.s3-li4 {
    background: #d0b274;
}

.s3-li9 {
    background: #8caf9b;
}

.s3-li5 {
    background: #a53c41;
}

.s3-li6 {
    background: url(../xwyimages/s3-li6.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.s3-li7 {
    background: #7a7d9c;
}

.s3-c ul li.s3-li7 a div {
    color: #FFF;
}

.s3-li8 {
    background: #1a4287;
}

.section4 {
    margin-bottom: 100px;
}

.s4-c {}

.s4-c .gg-tit {
    margin-top: 25px;
}

.s4-c .gg-tit:after {
    content: none;
}

.s4-m {
    max-width: 1420px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.s4-c li {
    margin: 0 10px;
}

.s4-c li a {
    display: block;
    padding-top: 35.6%;
}

.s4-c .slick-prev,
.s4-c .slick-next {
    width: 37px;
    height: 37px;
}

.s4-c .slick-prev {
    left: -7px;
    background: url(../xwyimages/s4-l.png) no-repeat;
    background-size: 100% 100%;
}

.s4-c .slick-next {
    right: -7px;
    background: url(../xwyimages/s4-r.png) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width:1420px) {
    .s2-tt li span {
        font-size: 24px;
        margin-left: 10px;
    }
    .s2-tt {
        padding: 0;
    }
}

@media screen and (max-width:1024px) {
    .gg-tit h2 {
        font-size: 20px;
    }
    .s1-linfo h3 {
        font-size: 16px;
    }
    .i-list li,
    .s2-info h3 {
        font-size: 14px;
    }
    .i-list li span {
        font-size: 12px;
    }
    .s1-l {
        width: 450px;
    }
    .i-list li {
        padding: 7px 70px 7px 15px;
    }
    .s1-r {
        padding-left: 15px;
    }
    .s2-tt li span::after {
        content: none;
    }
    .s2-tt li span {
        margin-left: 5px;
        padding-right: 5px;
    }
    .s3-c ul li a>div p {
        font-size: 18px;
    }
    .s3-c ul li a>div span {
        font-size: 16px;
    }
    .s3-c ul li a>div img {
        max-height: 30px;
    }
    .section3 {
        padding-bottom: 50px;
    }
    .section3::before {
        max-height: none;
    }
}

@media screen and (max-width:768px) {
    .section1,
    .section2,
    .section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .gg-tit {
        margin-bottom: 25px;
    }
    .section4 {
        margin-bottom: 30px;
    }
    .s1-l,
    .s1-r,
    .s3-tl,
    .s3-tr {
        float: none;
        width: auto;
    }
    .s1-r {
        padding-left: 0;
        margin-top: 20px;
    }
    .s1-linfo {
        padding: 10px 15px 25px 15px;
    }
    .s1-l .slick-dots li {
        width: 8px;
        height: 8px;
    }
    .s1-linfo h3,
    .bq span,
    .bq a {
        font-size: 14px;
    }
    .s2-m ul li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 25px;
    }
    .s2-m ul li:nth-child(3n+2) {
        margin-left: 1%;
        margin-right: 1%;
    }
    .s2-m ul li a {
        padding: 10px;
    }
    .s2-date>span {
        font-size: 30px;
    }
    .s2-date>p>span {
        background-size: auto 12px;
    }
    .s2-tt li {
        line-height: 30px;
    }
    .s2-tt li span {
        font-size: 18px;
    }
    .s2-tt li div {
        width: 28px;
        height: 28px;
    }
    .s2-tt li div img {
        max-width: 15px;
    }
    .s3-c ul.s3-btm li {
        width: 50%;
        padding-top: 36.85%;
    }
}

@media screen and (max-width:480px) {
    .s2-tt li span {
        font-size: 16px;
    }
    .s2-m ul li {
        float: none;
        width: 98%;
    }
    .s3-c ul li a>div p {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .s3-c ul li a>div span {
        font-size: 14px;
    }
.s1-list2{display:none;}
.s2-m ul li:nth-child(4),.s2-m ul li:nth-child(5),.s2-m ul li:nth-child(6){display:none;}
}

@media screen and (max-width:374px) {
    .s3-c ul li a>div p {
        font-size: 14px;
    }
    .s3-c ul li a>div span {
        font-size: 12px;
    }
}

.s1-list>ul{
                overflow: hidden;
            }
           .s1-list>ul>li{
               float: left;
               width: 23%;
               margin-left: 2.5%;
           }
            .s1-list>ul>li:first-child{
                margin-left: 0;
            }
           .s1-list>ul>li>a{
               display: block;
               overflow: hidden;
               position: relative
           }
           .s1-list>ul>li>a .pic{
               padding-top: 67.1%;
               position: relative;
               overflow: hidden;
           }
           .s1-list>ul>li>a .pic img{
               position: absolute;
               left: 0;
               right: 0;
               bottom: 0;
               top: 0;
               width: 100%;
               display: block;
               transition:all .3s;
           }
           .list-info>h4,.s1-list2>ul>li h4{
               font-size: 18px;
               line-height: 36px;
               color: #333;
               font-weight: normal;
               overflow: hidden;
               text-overflow: ellipsis;
               white-space: nowrap
           }
           .list-info p,.s1-list2>ul>li p{
               display: -webkit-box;
               font-size: 14px;
               color: #888;
               line-height: 26px;
               -webkit-box-orient: vertical;
               -webkit-line-clamp:3;
               overflow: hidden;
               text-overflow: ellipsis;
               height: 78px;
           }
           .list-info span{
               
              position: absolute;
               font-size: 14px;
               line-height: 40px;
               width: 100px;
               color: #fff;
               background: #611216;
               font-weight: 600;
               left: 0;
               top: 50%;
               transform: translateY(-50%);
               text-align: center;
               border-radius: 0 10px 0 0;
           }
           .s1-list2>ul{
               overflow: hidden;
               
           }
            .s1-list2>ul>li{
                float: left;
                width: 23%;
                margin-left: 2.5%;
            }
             .s1-list2>ul>li:first-child{
                 margin-left: 0;
             }
           .s1-list2>ul>li>a{
               display: block;
               overflow: hidden;
           }
           .s1-list2>ul>li>a>span{
               display: block;
               width: 100px;
               color: #fff;
               line-height: 30px;
               background: #611216;
               font-weight: 600;
               text-align: center;
               border-radius: 0 10px 0 0;
           }
           @media screen and (max-width:1024px){
               .list-info>h4,.s1-list2>ul>li h4{
                   font-size: 14px;
                   
               }
               .list-info p,.s1-list2>ul>li p{
                   font-size: 12px;
                   line-height: 24px;
                   height: 72px;
               }
              .list-info span{
                  font-size: 12px;
                  top:auto;
                  bottom:108px;
             }
             .s1-list2>ul>li>a>span{
                 font-size: 12px;
             }
           }
           @media screen and (max-width:768px){
               .s1-list>ul>li,.s1-list2>ul>li{
                   width: 48%;
                   margin-left: 0;
               }
               .s1-list>ul>li:nth-child(even),.s1-list2>ul>li:nth-child(even){
                   margin-left: 4%;
               }
           }
            
          @media screen and (max-width: 500px){
              .s1-list>ul>li,.s1-list2>ul>li{
                    float: none;
                    width: auto;
                    margin-left: 0;
              }
              .s1-list>ul>li:nth-child(even),.s1-list2>ul>li:nth-child(even){
                               margin-left: 0;
              }
            
          }